home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / www_talk.930 / 000490_marca@wintermu….ncsa.uiuc.edu _Mon Dec 14 18:17:40 1992.msg < prev    next >
Internet Message Format  |  1994-01-24  |  3KB

  1. Return-Path: <marca@wintermute.ncsa.uiuc.edu>
  2. Received: from dxmint.cern.ch by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  3.     id AA03506; Mon, 14 Dec 92 18:17:40 MET
  4. Received: by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
  5.     id AA00470; Mon, 14 Dec 1992 18:31:26 +0100
  6. Received: from wintermute.ncsa.uiuc.edu by newton.ncsa.uiuc.edu with SMTP id AA21988
  7.   (5.65a/IDA-1.4.2 for www-talk@nxoc01.cern.ch); Mon, 14 Dec 92 11:31:25 -0600
  8. Received: by wintermute.ncsa.uiuc.edu (920110.SGI/911001.SGI)
  9.     for @newton.ncsa.uiuc.edu:www-talk@nxoc01.cern.ch id AA28776; Mon, 14 Dec 92 11:32:40 -0800
  10. Date: Mon, 14 Dec 92 11:32:40 -0800
  11. From: marca@ncsa.uiuc.edu (Marc Andreessen)
  12. Message-Id: <9212141932.AA28776@wintermute.ncsa.uiuc.edu>
  13. To: www-talk@nxoc01.cern.ch
  14. Subject: two ideas....
  15.  
  16. At some point we're going to want to implement two somewhat
  17. specialized types of nodes:
  18.  
  19. (1) To support the effect of having one-to-many links, we'll want to
  20.     have a special kind of document that consists entirely of a list
  21.     of anchors (pointing to the many links) that will be referenced by
  22.     the initial anchor.  This document should pop up as a small
  23.     transient dialog box to provide the effect of the one-to-many
  24.     menu.
  25.  
  26. (2) To support the type of glossary used with, e.g., the Microsoft
  27.     Windows help system (wherein clicking on a glossary reference
  28.     gives one a transient dialog box containing only the glossary
  29.     entry one is accessing), it should be possible to have a small
  30.     amount of text displayed in a dialog box auxiliary to the current
  31.     document instead of as a full document.
  32.  
  33. The commonality here is that some documents should only appear in
  34. dialog boxes (when the browser supports it) as opposed to appearing
  35. and being dealt with as full-fledged regular documents.
  36.  
  37. The advantages in implementing this kind of thing are (1) WWW becomes
  38. a little more like some other current systems (notably Intermedia,
  39. with the effectively one-to-many links), boosting its ability to take
  40. over the functions that other systems have provided up until now, and
  41. (2) navigational disorientation is lessened when minor references
  42. (e.g., to glossary entries or menus of anchors) are instantiated
  43. onscreen as minor GUI elements.
  44.  
  45. So how about allowing a tag (say, <transient>) to be included in the
  46. header of an HTML document to specify this property?
  47.  
  48. Marc
  49.  
  50. ps Specifically for the glossary system, I'm thinking of having a
  51. regular glossary document with all the entries in a list and then
  52. having a special server shell script strip (say that three times fast)
  53. out a given entry when it's needed, adding the <transient> flag while
  54. constructing a document for the entry on the fly.
  55.